crypto/tls.SessionState.extMasterSecret (field)
12 uses
crypto/tls (current package)
handshake_client.go#L435: if !session.extMasterSecret && fips140tls.Required() {
handshake_client.go#L941: if hs.session.extMasterSecret != hs.serverHello.extendedMasterSecret {
handshake_client.go#L948: c.extMasterSecret = hs.session.extMasterSecret
handshake_server.go#L537: if !sessionState.extMasterSecret && hs.clientHello.extendedMasterSecret {
handshake_server.go#L540: if sessionState.extMasterSecret && !hs.clientHello.extendedMasterSecret {
handshake_server.go#L545: if !sessionState.extMasterSecret && fips140tls.Required() {
handshake_server.go#L554: c.extMasterSecret = sessionState.extMasterSecret
ticket.go#L89: extMasterSecret bool
ticket.go#L131: if s.extMasterSecret {
ticket.go#L222: ss.extMasterSecret = false
ticket.go#L224: ss.extMasterSecret = true
ticket.go#L308: extMasterSecret: c.extMasterSecret,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |